gskrendernodeimpl: Fix leak of cairo_pattern_t
authorDaniel Boles <dboles@src.gnome.org>
Thu, 3 Aug 2017 23:18:13 +0000 (00:18 +0100)
committerDaniel Boles <dboles@src.gnome.org>
Thu, 3 Aug 2017 23:59:33 +0000 (00:59 +0100)
commit0740fb5c6442aa826a10acf052d7a7b15ea29b78
tree409c21ad130f7838db057538a4d7694cdcc831c4
parent01e587da22775eeca41019533ad5b330a1c4dcce
gskrendernodeimpl: Fix leak of cairo_pattern_t

It was not destroyed after setting it on the cairo_context_t, as it is
in every other case.

https://bugzilla.gnome.org/show_bug.cgi?id=785793
gsk/gskrendernodeimpl.c